home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / gfx / show / gs_src_gs.lha / gs5.03 / Fontmap.Sol < prev    next >
Text File  |  1996-09-24  |  17KB  |  482 lines

  1. % Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of Aladdin Ghostscript.
  3. % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  4. % or distributor accepts any responsibility for the consequences of using it,
  5. % or for whether it serves any particular purpose or works at all, unless he
  6. % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  7. % License (the "License") for full details.
  8. % Every copy of Aladdin Ghostscript must include a copy of the License,
  9. % normally in a plain ASCII text file named PUBLIC.  The License grants you
  10. % the right to copy, modify and redistribute Aladdin Ghostscript, but only
  11. % under certain conditions described in the License.  Among other things, the
  12. % License requires that the copyright notice and this notice be preserved on
  13. % all copies.
  14.  
  15. % Fontmap.Solaris - Ghostscript Fontmap for Solaris 2.3 and above
  16. % ===============================================================
  17. %
  18. % The Solaris 2.3 (and above) operating system from Sun Microsystems comes with
  19. % Display Postscript (DPS), including certain Type1 and Type3 PostScript fonts.
  20. % Using these fonts instead of the default Ghostscript fonts greatly improves
  21. % the visual quality of Ghostscript rendered documents, especially at larger
  22. % font sizes. You should definately use these fonts if you have Solaris 2.3 or
  23. % above.
  24. %
  25. % To use the Solaris 2 DPS fonts, simply copy this file (Fontmap.Solaris) to
  26. %
  27. %   /usr/local/lib/Ghostscript/VERSION/Fontmap
  28. %   (where VERSION is the version number of Ghostscript, eg: 3.33)
  29. %
  30. % and set the environment variable GS_LIB as follows:
  31. %
  32. %   GS_LIB=/usr/openwin/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/Type3
  33. %   export GS_LIB
  34. %
  35. % You can use /usr/openwin/lib/fonts/Type1/outline instead if you like, it
  36. % makes no difference (the files in /usr/openwin/lib/fonts/Type1 are symlinks
  37. % into /usr/openwin/lib/fonts/Type1/outline).
  38. %
  39. % Instead of setting GS_LIB, you could add the above directories to
  40. % GS_LIB_DEFAULT in your makefile before building Ghostscript.
  41. %
  42. %
  43. % IMPORTANT NOTE
  44. % ==============
  45. %
  46. % Note that simply setting GS_FONTPATH may not work, because for some reason
  47. % some versions of gs can't seem to find any fonts in
  48. % /usr/openwin/lib/X11/fonts/Type1/outline.
  49. % It says: "15 files, 15 scanned, 0 new fonts".
  50. %
  51. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  52.  
  53. % ----------------------------------------------------------------
  54.  
  55. % This file is a catalog of fonts known to Ghostscript.  Any font
  56. % that is to be loaded automatically when named must be in this catalog,
  57. % except for fonts that Ghostscript finds automatically in directories
  58. % named in the GS_FONTPATH environment variable.
  59.  
  60. % Each font has an entry consisting of three items:
  61. %
  62. %    - The name by which the font is known inside Ghostscript
  63. %    (a Ghostscript name preceded by a `/', or a string enclosed
  64. %    in parentheses).  This is used to find the file from which
  65. %    a font of a given name should be loaded.
  66. %
  67. %    - Information depending on whether this is a real font or a
  68. %    font alias:
  69. %
  70. %        - For real fonts, the name of the Ghostscript font
  71. %        file (a Ghostscript string, enclosed in parentheses).
  72. %        The filename should include the extension, which (by
  73. %        convention) is `.gsf'.  `.pfa' and `.pfb' files are
  74. %        also usable as fonts for Ghostscript.
  75. %
  76. %        - For font aliases, the name of the font which should
  77. %        be used when this one is requested, preceded by a
  78. %        `/'.  See the entry for Charter below for an example.
  79. %        Note that an alias name cannot be enclosed in parentheses.
  80. %
  81. %    - At least one space or tab, and a terminating semicolon.
  82.  
  83. % Because of limitations in the MS-DOS environment, Ghostscript font
  84. % file names must be no more than 8 characters long, must consist only
  85. % of LOWER CASE letters, digits, and underscores, and must start with a
  86. % letter.  Font names, on the other hand, need only obey the syntax of
  87. % names in the Ghostscript language, which is much more liberal.
  88.  
  89. % The following table is actually a Ghostscript data structure.
  90. % If you add new entries, be sure to copy the punctuation accurately;
  91. % in particular, you must leave at least one space or tab between each
  92. % field in the entry.  Also, please read fonts.doc for important information
  93. % about font names.
  94.  
  95. % Note that .pfa and .pfb fonts are compatible with Adobe Type Manager
  96. % and other programs that don't include full PostScript interpreters,
  97. % as well as with PostScript interpreters; .gsf fonts are compatible with
  98. % PostScript interpreters, but not with ATM or similar programs.
  99.  
  100. %
  101. % Fonts contributed by:
  102. %    URW++ Design and Development Incorporated
  103. %    Poppenbuetteler Bogen 29A
  104. %    D-22399 Hamburg
  105. %    Germany
  106. %    tel. +49 (40) 60 60 50
  107. %    fax +49 (40) 60 60 51 11
  108. % for distribution under the GNU License and Aladdin Free Public License.
  109. % See the notice at the head of this Fontmap file for licensing terms.
  110. % Each of these fonts is individually covered by the license:
  111. % for licensing purposes, they are not "part of" any larger entity.
  112. % The following notice applies to these fonts:
  113. %
  114. %    Copyright URW Software, Copyright 1994 by URW.
  115. %
  116.  
  117. % Actual fonts
  118.  
  119. /URWBookmanL-DemiBold    (b018015l.pfb)    ;
  120. /URWBookmanL-DemiBoldItal    (b018035l.pfb)    ;
  121. /URWBookmanL-Ligh    (b018012l.pfb)    ;
  122. /URWBookmanL-LighItal    (b018032l.pfb)    ;
  123.  
  124. /NimbusMonL-Regu    (n022003l.pfb)    ;
  125. /NimbusMonL-ReguObli    (n022023l.pfb)    ;
  126. /NimbusMonL-Bold    (n022004l.pfb)    ;
  127. /NimbusMonL-BoldObli    (n022024l.pfb)    ;
  128.  
  129. /URWGothicL-Book    (a010013l.pfb)    ;
  130. /URWGothicL-BookObli    (a010033l.pfb)    ;
  131. /URWGothicL-Demi    (a010015l.pfb)    ;
  132. /URWGothicL-DemiObli    (a010035l.pfb)    ;
  133.  
  134. /NimbusSanL-Regu    (n019003l.pfb)    ;
  135. /NimbusSanL-ReguItal    (n019023l.pfb)    ;
  136. /NimbusSanL-Bold    (n019004l.pfb)    ;
  137. /NimbusSanL-BoldItal    (n019024l.pfb)    ;
  138.  
  139. /NimbusSanL-ReguCond    (n019043l.pfb)    ;
  140. /NimbusSanL-ReguCondItal    (n019063l.pfb)    ;
  141. /NimbusSanL-BoldCond    (n019044l.pfb)    ;
  142. /NimbusSanL-BoldCondItal    (n019064l.pfb)    ;
  143.  
  144. /URWPalladioL-Roma    (p052003l.pfb)    ;
  145. /URWPalladioL-Ital    (p052023l.pfb)    ;
  146. /URWPalladioL-Bold    (p052004l.pfb)    ;
  147. /URWPalladioL-BoldItal    (p052024l.pfb)    ;
  148.  
  149. /CenturySchL-Roma    (c059013l.pfb)    ;
  150. /CenturySchL-Ital    (c059033l.pfb)    ;
  151. /CenturySchL-Bold    (c059016l.pfb)    ;
  152. /CenturySchL-BoldItal    (c059036l.pfb)    ;
  153.  
  154. /NimbusRomNo9L-Regu    (n021003l.pfb)    ;
  155. /NimbusRomNo9L-ReguItal    (n021023l.pfb)    ;
  156. /NimbusRomNo9L-Medi    (n021004l.pfb)    ;
  157. /NimbusRomNo9L-MediItal    (n021024l.pfb)    ;
  158.  
  159. /StandardSymL    (s050000l.pfb)    ;
  160.  
  161. /URWChanceryL-MediItal    (z003034l.pfb)    ;
  162.  
  163. /Dingbats    (d050000l.pfb)    ;
  164.  
  165. % Aliases
  166.  
  167. /Bookman-Demi            /URWBookmanL-DemiBold    ;
  168. /Bookman-DemiItalic        /URWBookmanL-DemiBoldItal    ;
  169. /Bookman-Light            /URWBookmanL-Ligh    ;
  170. /Bookman-LightItalic        /URWBookmanL-LighItal    ;
  171.  
  172. /Courier            /NimbusMonL-Regu    ;
  173. /Courier-Oblique        /NimbusMonL-ReguObli    ;
  174. /Courier-Bold            /NimbusMonL-Bold    ;
  175. /Courier-BoldOblique        /NimbusMonL-BoldObli    ;
  176.  
  177. /AvantGarde-Book        /URWGothicL-Book    ;
  178. /AvantGarde-BookOblique        /URWGothicL-BookObli    ;
  179. /AvantGarde-Demi        /URWGothicL-Demi    ;
  180. /AvantGarde-DemiOblique        /URWGothicL-DemiObli    ;
  181.  
  182. % Solaris 2 DPS has Helvetica as a Type1 font.
  183. %/Helvetica            /NimbusSanL-Regu    ;
  184. %/Helvetica-Oblique        /NimbusSanL-ReguItal    ;
  185. %/Helvetica-Bold            /NimbusSanL-Bold    ;
  186. %/Helvetica-BoldOblique        /NimbusSanL-BoldItal    ;
  187.  
  188. /Helvetica-Narrow        /NimbusSanL-ReguCond    ;
  189. /Helvetica-Narrow-Oblique    /NimbusSanL-ReguCondItal    ;
  190. /Helvetica-Narrow-Bold        /NimbusSanL-BoldCond    ;
  191. /Helvetica-Narrow-BoldOblique    /NimbusSanL-BoldCondItal    ;
  192.  
  193. /Palatino-Roman            /URWPalladioL-Roma    ;
  194. /Palatino-Italic        /URWPalladioL-Ital    ;
  195. /Palatino-Bold            /URWPalladioL-Bold    ;
  196. /Palatino-BoldItalic        /URWPalladioL-BoldItal    ;
  197.  
  198. /NewCenturySchlbk-Roman        /CenturySchL-Roma    ;
  199. /NewCenturySchlbk-Italic    /CenturySchL-Ital    ;
  200. /NewCenturySchlbk-Bold        /CenturySchL-Bold    ;
  201. /NewCenturySchlbk-BoldItalic    /CenturySchL-BoldItal    ;
  202.  
  203. % Solaris 2 DPS has Times as a Type1 font.
  204. %/Times-Roman            /NimbusRomNo9L-Regu    ;
  205. %/Times-Italic            /NimbusRomNo9L-ReguItal    ;
  206. %/Times-Bold            /NimbusRomNo9L-Medi    ;
  207. %/Times-BoldItalic        /NimbusRomNo9L-MediItal    ;
  208.  
  209. % Solaris 2 DPS has Symbol as a Type1 font.
  210. %/Symbol                /StandardSymL    ;
  211.  
  212. /ZapfChancery-MediumItalic    /URWChanceryL-MediItal    ;
  213.  
  214. /ZapfDingbats            /Dingbats    ;
  215.  
  216. %
  217. % Type 1 fonts contributed to the X11R5 distribution.
  218. %
  219.  
  220. % The following notice accompanied the Charter fonts.
  221. %
  222. % (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
  223. %
  224. % You are hereby granted permission under all Bitstream propriety rights
  225. % to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
  226. % Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
  227. % for any purpose and without restriction; provided, that this notice is
  228. % left intact on all copies of such fonts and that Bitstream's trademark
  229. % is acknowledged as shown below on all unmodified copies of the 4 Charter
  230. % Type 1 fonts.
  231. %
  232. % BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
  233.  
  234. % The Bitstream Charter fonts have different names (CharterBT-
  235. % instead of Charter-), but Ghostscript doesn't care.
  236. /Charter-Roman            (bchr.pfa)    ;
  237. /Charter-Italic            (bchri.pfa)    ;
  238. /Charter-Bold            (bchb.pfa)    ;
  239. /Charter-BoldItalic        (bchbi.pfa)    ;
  240.  
  241. % The following notice accompanied the Utopia font:
  242. %
  243. %   Permission to use, reproduce, display and distribute the listed
  244. %   typefaces is hereby granted, provided that the Adobe Copyright notice
  245. %   appears in all whole and partial copies of the software and that the
  246. %   following trademark symbol and attribution appear in all unmodified
  247. %   copies of the software:
  248. %
  249. %           Copyright (c) 1989 Adobe Systems Incorporated
  250. %           Utopia (R)
  251. %           Utopia is a registered trademark of Adobe Systems Incorporated
  252. %
  253. %   The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font
  254. %   Metric files) donated are:
  255. %
  256. %           Utopia Regular
  257. %           Utopia Italic
  258. %           Utopia Bold
  259. %           Utopia Bold Italic
  260.  
  261. /Utopia-Regular        (putr.pfa)    ;
  262. /Utopia-Italic        (putri.pfa)    ;
  263. /Utopia-Bold        (putb.pfa)    ;
  264. /Utopia-BoldItalic    (putbi.pfa)    ;
  265.  
  266. %
  267. % Fonts contributed by URW GmbH for distribution under the GNU License.
  268. % The following notice accompanied these fonts:
  269. %
  270. % U004006T URW Grotesk 2031 Bold PostScript Type 1 Font Program
  271. % U003043T URW Antiqua 2051 Regular Condensed PostScript Type 1 Font Program
  272. %
  273. % Copyright (c) 1992 URW GmbH, Hamburg, Germany
  274. %
  275. % This program is free software; you can redistribute it and/or modify
  276. % it under the terms of the GNU General Public License as published by
  277. % the Free Software Foundation; either version 2 of the License, or
  278. % (at your option) later version.
  279. %
  280. % This program is distributed in the hope that it will be useful,
  281. % but WITHOUT ANY WARRANTY; wihtout even the implied warranty of
  282. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  283. % See the GNU General Public License for more details.
  284. %
  285. % You should have received a copy of the GNU General Public License
  286. % along with this program; if not, write to the Free Software
  287. % Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  288. %
  289. % Address:
  290. % URW GmbH
  291. % PC Support
  292. % Harksheider Strasse 102
  293. % 2000 Hamburg 65
  294. % Germany
  295. % Phone: +49 40 60 60 50       (Reception)
  296. % Phone: +49 40 60 60 52 30   (PC Support)
  297. % Fax    : +49 40 60 60 52 52
  298. %
  299.  
  300. /URWAntiquaT-RegularCondensed    (u003043t.gsf)    ;
  301. /URWGroteskT-Bold        (u004006t.gsf)    ;
  302.  
  303. %
  304. % Shareware Kana fonts.  These are subject to the following notice:
  305. %
  306. % These copyrighted fonts were developed by Kevin Hartig. Permission is
  307. % granted to freely distribute them in entirety along with this statement.
  308. % This is shareware. If you decide to use these fonts please contribute
  309. % $10 US to help support further freeware and shareware software development.
  310. % Questions and comments may be sent to:
  311. %
  312. % hartig@fsl.noaa.gov
  313. % khartig@nyx.cs.du.edu
  314. %
  315. % Kevin Hartig
  316. % 1126 Collyer Street
  317. % Longmont, CO 80501 USA
  318. % copyright 1993.
  319.  
  320. % Hiragana and Katakana fonts.  The character names are inappropriate,
  321. % and the encoding is probably not related to any known standard.
  322.  
  323. /Calligraphic-Hiragana        (fhirw.gsf)    ;
  324. /Calligraphic-Katakana        (fkarw.gsf)    ;
  325.  
  326. %
  327. % Public-domain fonts.  These have no copyright, and are of unknown quality.
  328.  
  329. % Cyrillic fonts.  The character names are inappropriate,
  330. % and the encoding is probably not related to any known standard.
  331.  
  332. /Shareware-Cyrillic-Regular    (fcyr.gsf)    ;
  333. /Shareware-Cyrillic-Italic    (fcyri.gsf)    ;
  334.  
  335. % Aliases
  336. /Cyrillic            /Cyrillic-Regular    ;
  337. /Cyrillic-Regular        /Shareware-Cyrillic-Regular    ;
  338. /Cyrillic-Italic        /Shareware-Cyrillic-Italic    ;
  339.  
  340. %
  341. % Fonts converted from Hershey outlines.  These are constructed and
  342. % maintained manually.  These are also in the public domain.
  343. %
  344. % The suggested UniqueID's and filenames are constructed differently for
  345. % these than for the ones above, because of the strange way that the Hershey
  346. % fonts were constructed.  The scheme for these looks like:
  347. %
  348. % 42TTXY0
  349. %
  350. % TT = typeface, X = ``class'', Y = variation
  351. %
  352. % The typeface names and numbers are listed in fonts.mak.
  353. %
  354. % class:
  355. % 0 = normal            = r
  356. % 1 = simplex            = s
  357. % 2 = complex            = c
  358. % 3 = triplex            = t
  359. % 4 = duplex            = d
  360. %
  361. % variation:
  362. % 0 = normal            (omitted)
  363. % 1 = oblique            = o
  364. % 2 = italic            = i
  365. % 3 = bold            = b
  366. % 4 = bold oblique        = bo
  367. % 5 = bold italic        = bi
  368. %
  369.  
  370. % Fonts created by Thomas Wolff <wolff@inf.fu-berlin.de>, by adding
  371. % accents, accented characters, and various other non-alphabetics
  372. % to the original Hershey fonts.  These are "freeware", not to be sold.
  373.  
  374. /Hershey-Gothic-English        (hrger.pfa)    ;    % 5066533
  375. /Hershey-Gothic-German        (hrgrr.pfa)    ;
  376. /Hershey-Gothic-Italian        (hritr.pfa)    ; 
  377.  
  378. /Hershey-Plain-Duplex        (hrpld.pfa)    ;
  379. /Hershey-Plain-Duplex-Italic    (hrpldi.pfa)    ;
  380. /Hershey-Plain-Triplex        (hrplt.pfa)    ;
  381. /Hershey-Plain-Triplex-Italic    (hrplti.pfa)    ;
  382.  
  383. /Hershey-Script-Complex        (hrscc.pfa)    ;
  384. /Hershey-Script-Simplex        (hrscs.pfa)    ;    % 5066541
  385.  
  386. % Fonts created algorithmically from the above.
  387.  
  388. /Hershey-Gothic-English-Bold        (hrgerb.gsf)    ;    % 5066542
  389. /Hershey-Gothic-English-Oblique        (hrgero.gsf)    ;
  390. /Hershey-Gothic-English-SemiBold    (hrgerd.gsf)    ;
  391. /Hershey-Gothic-German-Bold        (hrgrrb.gsf)    ;
  392. /Hershey-Gothic-German-Oblique        (hrgrro.gsf)    ;
  393. /Hershey-Gothic-Italian-Bold        (hritrb.gsf)    ;
  394. /Hershey-Gothic-Italian-Oblique        (hritro.gsf)    ;
  395.  
  396. /Hershey-Plain-Duplex-Bold        (hrpldb.gsf)    ;
  397. /Hershey-Plain-Duplex-Bold-Italic    (hrpldbi.gsf)    ;
  398. /Hershey-Plain-Triplex-Bold        (hrpltb.gsf)    ;
  399. /Hershey-Plain-Triplex-Bold-Italic    (hrpltbi.gsf)    ;
  400.  
  401. /Hershey-Script-Complex-Bold        (hrsccb.gsf)    ;
  402. /Hershey-Script-Complex-Oblique        (hrscco.gsf)    ;
  403. /Hershey-Script-Simplex-Bold        (hrscsb.gsf)    ;
  404. /Hershey-Script-Simplex-Oblique        (hrscso.gsf)    ;    % 5066556
  405.  
  406. % Fonts consisting only of characters from the original Hershey
  407. % distribution.  These are Type 3 fonts.
  408.  
  409. /Hershey-Greek-Complex            (hrgkc.gsf)    ;    % 5066557
  410. /Hershey-Greek-Simplex            (hrgks.gsf)    ;
  411.  
  412. /Hershey-Plain                (hrplr.gsf)    ;
  413. /Hershey-Plain-Simplex            (hrpls.gsf)    ;    % 5066560
  414.  
  415. % Fonts created algorithmically from the above.
  416.  
  417. /Hershey-Plain-Bold            (hrplrb.gsf)    ;    % 5066561
  418. /Hershey-Plain-Bold-Oblique        (hrplrbo.gsf)    ;
  419. /Hershey-Plain-Oblique            (hrplro.gsf)    ;
  420. /Hershey-Plain-Simplex-Bold        (hrplsb.gsf)    ;
  421. /Hershey-Plain-Simplex-Bold-Oblique    (hrplsbo.gsf)    ;
  422. /Hershey-Plain-Simplex-Oblique        (hrplso.gsf)    ;    % 5066566
  423.  
  424. % This font, and only this font among the Hershey fonts, uses
  425. % the SymbolEncoding.
  426.  
  427. /Hershey-Symbol                (hrsyr.gsf)    ;    % 5066567
  428. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  429. %
  430. %  Solaris 2 Display PostScript Type1 and Type3 fonts...
  431. %
  432.  
  433. /Helvetica            (Helvetica.pfa)            ;
  434. /Helvetica-Bold            (Helvetica-Bold.pfa)        ;
  435. /Helvetica-BoldOblique        (Helvetica-BoldOblique.pfa)    ;
  436. /Helvetica-Oblique        (Helvetica-Oblique.pfa)        ;
  437.  
  438. /Symbol                (Symbol.pfa)            ;
  439. /SymbolSet            /Symbol                ;
  440.  
  441. /Times-Bold            (Times-Bold.pfa)        ;
  442. /Times-BoldItalic        (Times-BoldItalic.pfa)        ;
  443. /Times-Italic            (Times-Italic.pfa)        ;
  444. /Times-Roman            (Times-Roman.pfa)        ;
  445. /TimesNewRoman            /Times-Roman            ;
  446. /TimesNewRoman-Bold        /Times-Bold            ;
  447. /TimesNewRoman-BoldItalic    /Times-BoldItalic        ;
  448. /TimesNewRoman-Italic        /Times-Italic            ;
  449.  
  450. /Dijkstra            (Dijkstra.ps)            ;
  451.  
  452. /Hershey-Cyrillic        (HrshCyr.ps)            ;
  453.  
  454. /Hershey-Gothic            (HrshGoth.ps)            ;
  455.  
  456. /Hershey-Greek            (HrshGrk.ps)            ;
  457. /Hershey-Greek-Narrow        (HrshGrkN.ps)            ;
  458. /Hershey-Greekp            (HrshGrkp.ps)            ;
  459.  
  460. /Hershey-Italic            (HrshI.ps)            ;
  461. /Hershey-Italic-Narrow        (HrshIN.ps)            ;
  462. /Hershey-Italic-Wide        (HrshIW.ps)            ;
  463. /Hershey-Roman            (HrshRom.ps)            ;
  464. /Hershey-Roman-Narrow        (HrshRomN.ps)            ;
  465. /Hershey-Roman-Wide        (HrshRomW.ps)            ;
  466. /Hershey-Romand            (HrshRomd.ps)            ;
  467. /Hershey-Romanp            (HrshRomp.ps)            ;
  468.  
  469. /Hershey-Script            (HrshScr.ps)            ;
  470. /Hershey-Script-Narrow        (HrshScrN.ps)            ;
  471.